Skip to main content

Wait for result

1 minute read                                                                                                                         Beginner


The Wait for result node is used to get results from webhook results. If there is a delay in the response from webhook, then it will wait to get the result according to the time set in Wait for result. Earlier, the flow used to break if there was a delay in the response from the webhook. But now, it will not break and will wait for the result from the webhook. Resume flow API is used to make this feature, which will queue the request. If there is no webhook, then Wait for result will work as Wait for time

image